home *** CD-ROM | disk | FTP | other *** search
MarxMenu script | 1990-04-11 | 918 b | 52 lines |
- Comment
- ===================================================
-
- DM3 Menu Overlay * CopyRight 1989-90 By Marc Perkel
-
- This menu works with ICE Files.
-
- ===================================================
- EndComment
-
- if ColorScreen
- BoxHeaderColor Yellow Mag
- InverseColor Yellow Mag
- BoxBorderColor LGreen Brown
- BoxInsideColor Grey Brown
- else
- BoxHeaderColor Black Grey
- InverseColor Black Grey
- BoxBorderColor White Black
- BoxInsideColor Grey Black
- endif
-
- ClearScreenOnExit Off
- BlankTime = 10
- BlankMessage = 'Executing DM3'
-
- BoxHeader = ' Ice Menu '
- DrawBox 42 7 22 6
- TextColor Yellow Brown
- ClearLine 205
- TextColor Grey Brown
- UseArrows
- CapsColor Yellow Brown
-
- Writeln
- Writeln ' View ICE File'
- Writeln ' UnPack ICE File'
- Write ' Freshen ICE File'
-
- OnKey 'E'
- ME %MenuFileName
-
- OnKey 'V'
- ICE V %1|MORE
-
- OnKey 'U'
- ICE X %1
-
- OnKey 'F'
- ICE F %1
-